Uses of Interface
org.eclipse.vtp.framework.spi.IProcessEngineObserver

Packages that use IProcessEngineObserver
org.eclipse.vtp.framework.engine.main   
org.eclipse.vtp.framework.spi   
 

Uses of IProcessEngineObserver in org.eclipse.vtp.framework.engine.main
 

Methods in org.eclipse.vtp.framework.engine.main with parameters of type IProcessEngineObserver
 void ProcessEngine.addProcessEngineObserver(IProcessEngineObserver observer)
           
 void ProcessEngine.removeProcessEngineObserver(IProcessEngineObserver observer)
           
 

Uses of IProcessEngineObserver in org.eclipse.vtp.framework.spi
 

Methods in org.eclipse.vtp.framework.spi with parameters of type IProcessEngineObserver
 void IProcessEngine.addProcessEngineObserver(IProcessEngineObserver observer)
          Adds an observer that will be notified of changes to this process engine.
 void IProcessEngine.removeProcessEngineObserver(IProcessEngineObserver observer)
          Removes an observer form the list of this process engine's observers.